Skip to content

Instantly share code, notes, and snippets.

@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
* {
margin: 0;
border: 0;
box-sizing: border-box;
}
:root {
@rabbihossen
rabbihossen / PROJECTS.md
Last active June 1, 2024 14:41
PROJECTS

QRPay - Money Transfer with QR Code Full Solution

Introducing QRPay, the comprehensive solution for seamless money transfers via QR code, designed with cutting-edge technologies and frameworks. Boasting a robust web back-end powered by PHP, JavaScript, and Laravel, alongside a sleek mobile app developed with Flutter, Dart, and either Java/Kotlin or Object C/Swift, QRPay ensures smooth transactions across platforms. With advanced features including QR code money transfers, send and receive money functionalities, request money options, and merchant payments, QRPay caters to diverse financial needs. Facilitating effortless additions of funds, payments to merchants, and withdrawals to agents, QRPay also offers a versatile remittance solution encompassing bank transfers, QRPay wallet transactions, and cash pickups. Moreover, it supports mobile top-ups, bill payments, and virtual cards issued by leading providers such as Stripe, Strowallet, Sudo Africa, and Flutterwave. Equipped with user, agent, and merchant

@TiliSleepStealer
TiliSleepStealer / DoomGlow.cs
Created June 13, 2017 21:45
Doom glow - fake volumetric light glow effect in Unity by Tili_us
// This file is in the public domain. Where
// a public domain declaration is not recognized, you are granted
// a license to freely use, modify, and redistribute this file in
// any way you choose.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// Unity remake of a fake volumetric light glow effect
@schacon
schacon / better-git-branch.sh
Created January 13, 2024 18:41
Better Git Branch output
#!/bin/bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
NO_COLOR='\033[0m'
BLUE='\033[0;34m'
YELLOW='\033[0;33m'
NO_COLOR='\033[0m'

下載「未開放下載的 Microsoft Stream 影片」的方法

大多數公司上傳至 Microsoft Stream 的影片會因隱私權政策緣故,除了管理員外禁止下載以防止外流。若僅個人使用或純粹備存用途,可參考下述流程以進行影片備份。

  1. 先使用「管理者權限」開啟 PowerShell,安裝 Chocolatey 後,再透過 Chocolatey 快速安裝必要相依套件。

Chocolatey 官網:https://community.chocolatey.org/

  • 安裝 Chocolatey
@beauwilliams
beauwilliams / Vagrant-M1-Install.bash
Last active June 1, 2024 14:37
Run x86 VM's on Mac M1 arm using vagrant with qemu hypervisor
brew install vagrant qemu
#Due to dependency errors, we must install vbguest first..
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-qemu
#cd to working dir you like to keep your vagrant files
cd ~/VM-and-containers/VagrantMachines/M1-vagrantfiles/ubuntu18-generic-64/
#Create a vagrant file
$EDITOR Vagrantfile
@iangreenleaf
iangreenleaf / gist:b206d09c587e8fc6399e
Last active June 1, 2024 14:36
Rails naming conventions

Rails naming conventions

General Ruby conventions

Class names are CamelCase.

Methods and variables are snake_case.

Methods with a ? suffix will return a boolean.

@taskylizard
taskylizard / fmhy.md
Last active June 1, 2024 14:35
/r/freemediaheckyeah, in one single file (view raw)
@patidardhaval
patidardhaval / README.md
Last active June 1, 2024 14:31
Node Rest api using hapi and mysql

NodeRestful

Create Node Restful APIs with MySQL Database

Install Node JS and MySQL Software, create a database and import SQL file.

Go to terminal or command line.

Execute following commands to run this application.

Start Project